Fraction<T> Constructor(T,T)
In This Topic
Initializes a new instance of
Fraction<T> structure with the specified numerator and denominator.
Syntax
'Declaration
Public Function New( _
ByVal As , _
ByVal As _
)
Parameters
- numerator
- A that indicates the number written above the line in a common fraction to indicate the number of parts of the whole.
- denominator
- A that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.
See Also